home *** CD-ROM | disk | FTP | other *** search
- Path: ns.mad.servicom.es!news
- From: ores@mad.servicom.es (Orestes Sanchez)
- Newsgroups: comp.lang.c++,comp.unix.unixware.misc
- Subject: Re: Getting proper symbol names using G++ (unixware)
- Date: Mon, 25 Mar 1996 22:30:08 GMT
- Organization: SERVICOM
- Message-ID: <4j77bi$i5e@ns.mad.servicom.es>
- References: <827178990.20294@dekard.demon.co.uk> <4iov78$99@nntp.atlanta.com>
- NNTP-Posting-Host: ppp_mad_61.inf.servicom.es
- X-Newsreader: Forte Free Agent 1.0.82
-
- curts@compgen.com (Curt Smith) wrote:
-
- > Can anyone suggest where I may have gone wrong with g++, and how I
- > might get it to give me unmangled names.
-
- Try filtering with c++filt. I use to write:
-
- g++ -c main.c | c++filt
-
- Orestes
-
-
-
-